Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22498 | GEN006210 | SV-38928r1_rule | ECLP-1 | Medium |
Description |
---|
If the permissions of the smbpasswd file are too permissive, the smbpasswd file may be maliciously accessed or modified, potentially resulting in the compromise of Samba accounts. |
STIG | Date |
---|---|
AIX 6.1 Security Technical Implementation Guide | 2013-03-27 |
Check Text ( C-37072r1_chk ) |
---|
Check the group ownership of the Samba configuration file. # aclget /var/private/smbpasswd If the extended attributes are not disabled, this is a finding. |
Fix Text (F-33486r1_fix) |
---|
Remove the extended ACL from the /var/private/smbpasswd file. # acledit /var/private/smbpasswd |